home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / gr564s.zip / SRC / MS / MS.MKH < prev    next >
Text File  |  1992-09-05  |  619b  |  32 lines

  1.  
  2. # makefile definitions for MS-DOS and OS/2
  3.  
  4. #    $Id: ms.mkh,v 1.7 1992/07/28 16:12:44 eggert Exp $
  5.  
  6. # empty string to avoid makefile misparsing of \ at line end with buggy makes
  7. s =
  8.  
  9. TESTPREFIX = ms\$(s)
  10.  
  11. o = .obj
  12. x = .exe
  13.  
  14. conf.h : ms\conf.h
  15.     copy ms\conf.h .
  16.     echo /* */ >> $@
  17.  
  18. login$(OS)$(o) : ms\login$(OS).c
  19.     $(CC) $(CFLAGS) $(LOGIN_FLAGS) -c ms\login$(OS).c
  20.  
  21. dirent$(o) : ms\dirent.c
  22.     $(CC) $(CFLAGS) -c ms\dirent.c
  23.  
  24. getcwdsl$(o) : ms\getcwdsl.c
  25.     $(CC) $(CFLAGS) -c ms\getcwdsl.c
  26.  
  27. spawnvpq$(o) : ms\spawnvpq.c
  28.     $(CC) $(CFLAGS) -c ms\spawnvpq.c
  29.  
  30. utime$(o) : ms\utime.c
  31.     $(CC) $(CFLAGS) $(LOGIN_FLAGS) -c ms\utime.c
  32.